d/tests: Remove ATK/AT-SPI remnants
authorSimon McVittie <smcv@debian.org>
Sun, 9 Aug 2020 13:42:29 +0000 (14:42 +0100)
committerSimon McVittie <smcv@debian.org>
Sun, 9 Aug 2020 13:42:29 +0000 (14:42 +0100)
debian/tests/build
debian/tests/control
debian/tests/python3-gi

index fc5416232741ede333c86547fcc1ac7a8cb03369..50749ba387e00cd2bc530fd6cc6b2dd1a09c6cc8 100755 (executable)
@@ -11,8 +11,6 @@ set -e
 set -u
 set -x
 
-export NO_AT_BRIDGE=1
-
 WORKDIR=$(mktemp -d)
 cleanup () {
     rm -fr "$WORKDIR"
index 737922d03443994a7de37afd52391ed8a466250e..462d17c406be69980d5a541d9664d5fbf9c0243a 100644 (file)
@@ -8,9 +8,9 @@ Depends: dbus, gir1.2-gtk-4.0, python3-gi, xauth, xvfb
 Restrictions: flaky, superficial
 
 Tests: installed-tests
-Depends: at-spi2-core, dbus (>= 1.8), gnome-desktop-testing (>= 2018.1-1~), gtk-4-examples, locales | locales-all, librsvg2-common, xauth, xvfb
+Depends: dbus (>= 1.8), gnome-desktop-testing (>= 2018.1-1~), gtk-4-examples, locales | locales-all, librsvg2-common, xauth, xvfb
 Restrictions: allow-stderr, flaky
 
 Tests: installed-tests-flaky
-Depends: at-spi2-core, dbus (>= 1.8), gnome-desktop-testing (>= 2018.1-1~), gtk-4-examples, locales | locales-all, librsvg2-common, xauth, xvfb
+Depends: dbus (>= 1.8), gnome-desktop-testing (>= 2018.1-1~), gtk-4-examples, locales | locales-all, librsvg2-common, xauth, xvfb
 Restrictions: allow-stderr, flaky
index 378eb8996c3e59a1d889e73f7e6820697645199a..85a914c46b71156b47a90200a1058197c14d26f7 100755 (executable)
@@ -1,7 +1,5 @@
 #!/bin/sh
 
-export NO_AT_BRIDGE=1
-
 xvfb-run -a -s "-screen 0 1024x768x24" \
 python3 <<EOF
 from gi.repository import GLib, Gtk